www.gusucode.com > 基于马尔科夫随机场的图像分割matlab源码。包括ICM迭代条件模式求解最大后验概率算法 > code23/matlab MRF toy examples/initPaths.m

    % code from Egon's superres code.  june 13, 2003

% --------------------------------
% And then add to the path all these subdirectories
% that we know exist:
% --------------------------------

path('../utils', path);
path('../utils/gr', path);
path('../utils/ut', path);
path('../pyr', path);

grInit;
grSetPrinting(0);